home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
destroy.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
888b
|
67 lines
destroy(n) Tk Commands
_________________________________________________________________
NAME
destroy - Destroy one or more windows
SYNOPSIS
destroy ?_w_i_n_d_o_w _w_i_n_d_o_w ...? |
_________________________________________________________________
DESCRIPTION
This command deletes the windows given by the _w_i_n_d_o_w argu- |
ments, plus all of their descendants. If a _w_i_n_d_o_w ``.'' is
deleted then the entire application will be destroyed. The
_w_i_n_d_o_ws are destroyed in order, and if an error occurs in
destroying a window the command aborts without destroying
the remaining windows.
KEYWORDS
application, destroy, window
Tk 1